ComponentOne FlexGrid for UWP
C1IconTemplate Constructor(Func<C1Icon>)

C1.UWP Assembly > C1.Xaml Namespace > C1IconTemplate Class > C1IconTemplate Constructor : C1IconTemplate Constructor(Func<C1Icon>)
The function that creates the icon. New instances must be created every time.
Initializes a new instance of the C1IconTemplate class.
Syntax
'Declaration
 
Public Function New( _
   ByVal createIcon As System.Func(Of C1Icon) _
)
public C1IconTemplate( 
   System.Func<C1Icon> createIcon
)

Parameters

createIcon
The function that creates the icon. New instances must be created every time.
See Also

Reference

C1IconTemplate Class
C1IconTemplate Members
Overload List